home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 2161 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: Usenet Readers
  5. Date: Tue, 26 Mar 96 22:00:39
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960326.40F2C0.13D00@aj077.du.pipex.com>
  9. References: <19960325.7CB6788.ED94@mother.com>
  10. NNTP-Posting-Host: aj077.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Tim Carmichael (flewdler@mother.com) wrote:
  14. : I have investigated Thor, Tin and mNews as newsreaders for my A2000/3meg, but
  15. : all of these want to load the list of conferences into memory. Eventually,
  16. : they all complain about 'out of memory' errors.
  17. : What I would like is:
  18. :    1. a newsreader that DOESN'T try to load the conference list into memory
  19. : or
  20.  
  21. TIN won't, if you use the -n command line argument and set
  22.  
  23. show_description=OFF
  24.  
  25. in .tin/tinrc
  26.  
  27. With these two options set, TIN will load into memory only those newsgroups to
  28. which you are subscribed in your .newsrc file. To get a full list of the
  29. newsgroups available on your server, use GetActive from INetUtils, and add
  30. lines of the form:
  31.  
  32. <newsgroup>: 1-1
  33.  
  34. to .newsrc
  35.  
  36. e.g.
  37.  
  38. comp.sys.amiga.datacomm: 1-1
  39.  
  40. Additionally, you may want to use TIN's -q option to prevent it from asking
  41. you if you want to subscribe to any new groups which appear at your server.
  42.  
  43. -- Mat.
  44.